home *** CD-ROM | disk | FTP | other *** search
/ STraTOS 1997 April & May / STraTOS 1 - 1997 April & May.iso / CD01 / INTERNET / SITES / RAND / T0422 / text0024.txt < prev    next >
Encoding:
Text File  |  1997-02-06  |  1.5 KB  |  31 lines

  1. > > I just read that there is new development tools available for the DSP 56000.
  2. > > There are C/C++ compilers, assemblers with pipeline optimizations ans source
  3. >                                              ^^^^^^^^^^^^^^^^^^^^^^
  4. > I think pipeline optimisations will be very difficult to perform for a processor
  5. > with absolutely no pipeline variance whatsoever. The pipe is hardwired and cannot
  6. > actually be optimised for in any useful way. The only equivalent optimisation
  7. > available is to ensure parallel moves do not attempt to reference the same bus
  8. > several times in the same instruction - or risk waitstates. There are 4 data busses
  9. > so this is not usually a problem. So long as you use assembly that is....
  10.  
  11. Don't blame me, I just wrote what it said... maybe it's possible for the other chips
  12. in the 56xxx family. The tools were for all kinds of different 56xxxx.
  13.  
  14. > As for c compilers - they do exist (I have a copy of micro-c), but are definitely
  15. > not recommended if you want to do anything vaguely DSP-like. They do not suit the
  16. > processor's parallel capabilities at all.
  17.  
  18. But it would still be better than nothing and would let some more people use
  19. the DSP. I bet that the DSP could be used to something usefull insteed of just
  20. sitting there doing nothing.
  21.  
  22. Is this 'micro-c' pd or shareware? Where can I get it?
  23.  
  24. > Also, your 32k memory will disappear in no time flat with compiled code....
  25.  
  26. That's true and that's why someone should make a DSP memory expander!
  27.  
  28. //Magnus Kollberg
  29.  
  30.